projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af80642
)
Query range style properties only on range widgets. (#352277, Benjamin
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 26 Aug 2006 06:02:33 +0000
(06:02 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Sat, 26 Aug 2006 06:02:33 +0000
(06:02 +0000)
2006-08-26 Matthias Clasen <mclasen@redhat.com>
* pixbuf-draw.c (reverse_engineer_stepper_box):
Query range style properties only on range
widgets. (#352277, Benjamin Otte)
modules/engines/pixbuf/pixbuf-draw.c
patch
|
blob
|
history
diff --git
a/modules/engines/pixbuf/pixbuf-draw.c
b/modules/engines/pixbuf/pixbuf-draw.c
index ebf902ead823ee7c8df2c1a0a1320234d3cd8427..a4dd50cf4c1af0a5a1531d3ac86f35c281e23573 100644
(file)
--- a/
modules/engines/pixbuf/pixbuf-draw.c
+++ b/
modules/engines/pixbuf/pixbuf-draw.c
@@
-453,7
+453,7
@@
reverse_engineer_stepper_box (GtkWidget *range,
gint box_width;
gint box_height;
- if (range)
+ if (range
&& GTK_IS_RANGE (range)
)
{
gtk_widget_style_get (range,
"slider_width", &slider_width,